Fluent Assertions Documentation
FluentAssertions.Primitives Namespace / DateTimeAssertions<TAssertions> Class / BeAtLeast Method
The amount of time that the current System.DateTime should be equal or exceed compared to another System.DateTime.
In This Topic
    BeAtLeast Method (DateTimeAssertions<TAssertions>)
    In This Topic
    Returns a DateTimeRangeAssertions<TAssertions> object that can be used to assert that the current System.DateTime is equal to or exceeds the specified timeSpan compared to another System.DateTime.
    Syntax

    Parameters

    timeSpan
    The amount of time that the current System.DateTime should be equal or exceed compared to another System.DateTime.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also